翻訳と辞書
Words near each other
・ Instruction list
・ Instruction of Amenemope
・ Instruction of Ankhsheshonq
・ Instruction of Any
・ Instruction of Hardjedef
・ Instruction on transliteration of Belarusian geographical names with letters of Latin script
・ Instruction path length
・ Instruction pipelining
・ Instruction prefetch
・ Instruction register
・ Instruction scheduling
・ Instruction selection
・ Instruction set
・ Instruction set simulator
・ Instruction step
Instruction unit
・ Instruction window
・ Instruction-level parallelism
・ Instructional animation
・ Instructional capital
・ Instructional design
・ Instructional design coordinator
・ Instructional leadership
・ Instructional manipulation check
・ Instructional modeling
・ Instructional rounds
・ Instructional scaffolding
・ Instructional simulation
・ Instructional Skills Workshop
・ Instructional television


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Instruction unit : ウィキペディア英語版
Instruction unit
The instruction unit (IU) in a central processing unit (CPU) is responsible for organising program instructions to be fetched from memory, and executed, in an appropriate order. It is a part of the control unit, which in turn is part of the CPU.
In the simplest style of computer architecture, the instruction cycle is very rigid, and runs exactly as specified by the programmer.
In the Instruction Fetch part of the cycle,
the contents of the program counter (PC) register are placed on the address bus, and sent to the memory unit;
the memory unit returns the instruction at that address, and it is latched into the Instruction Register (IR);
and the contents of the PC are incremented or over-written by a new value (in the case of a Jump or Branch instruction) ready for the next instruction cycle.
This becomes a lot more complicated, though, once performance-enhancing features are added, such as instruction pipelining, out-of-order execution, and even just the introduction of a simple instruction cache.〔John L. Hennessy and David A. Patterson (1990), ''Computer Architecture: a quantitative approach'', Morgan Kaufmann Publishers, Palo Alto, USA, ISBN 1-55860-069-8〕
==See also==

*Branch prediction and the Branch prediction buffer
*
*Branch target predictor and the Branch target buffer
*
*Branch delay slot
*Instruction scheduling
*
*Instruction selection
*
*Data dependency or Data hazard
*
*Scoreboarding
*Very long instruction word (VLIW)
*Superscalar processor
*Instruction prefetch buffer and Instruction issue
*Opcode
*Analysis of Instruction parallelism, Instruction frequencies, Instruction mix
*
*Instruction path length or Instruction count

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Instruction unit」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.